<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Document   : CSS鏍峰紡鍒濆鍖�
    Created on : 2016.7.23
    Author     :
    Description:
        CSS鏍峰紡琛ㄧ殑鍒濆鍖栵紝鍏ㄥ眬鏍峰紡璁剧疆銆傞儴鍒嗘牱寮忓睘鎬ц鏍规嵁鍏蜂綋椤甸潰閲嶇疆鍏跺睘鎬�
        瀵煎叆鏂瑰紡锛�&lt;link href="css/common.css" rel="stylesheet" type="text/css" /&gt;
*/
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin:0;
	padding:0; font-size:14px;
}  /* 鍒濆鍖栨爣绛惧湪鎵€鏈夋祻瑙堝櫒涓殑margin銆乸adding鍊� */
fieldset, img {
	border:0 none
}  /* 閲嶇疆fieldset锛堣〃鍗曞垎缁勶級銆佸浘鐗囩殑杈规涓�0*/
dl, ul, ol, menu, li {
	list-style:none
}   /* 閲嶇疆绫昏〃鍓嶅绗﹀彿涓簅nne,menu鍦℉TML5涓湁鏁� */
blockquote, q {
	quotes: none
}   /* 閲嶇疆宓屽寮曠敤鐨勫紩鍙风被鍨� */
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}  /* 閲嶇疆宓屽寮曠敤*/
input, select, textarea, button {
	vertical-align:middle
}  /* 閲嶇疆琛ㄥ崟鎺т欢鍨傜洿灞呬腑*/
button {
	border:0 none;
	background-color:transparent;
	cursor:pointer
}  /* 閲嶇疆琛ㄥ崟button鎸夐挳鏁堟灉 */
body {
	background:#fff
}   /* 閲嶇疆body 椤甸潰鑳屾櫙涓虹櫧鑹� */
body, th, td, input, select, textarea, button {
	font-size:12px;
	font-family:"寰蒋闆呴粦", "榛戜綋", "瀹嬩綋";
} /* 閲嶇疆椤甸潰鏂囧瓧灞炴€� */
a {
	color:#666;
	text-decoration:none
}  /* 閲嶇疆閾炬帴a鏍囩 */
a:active, a:hover {
	text-decoration:none; color:#D81D04
}   /* 閲嶇疆閾炬帴a鏍囩鐨勯紶鏍囨粦鍔ㄦ晥鏋� */
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal
}  /* 閲嶇疆鏍峰紡鏍囩鐨勬牱寮� */
caption {
	display:none;
}    /* 閲嶇疆琛ㄦ牸鏍囬涓洪殣钘� */
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}    /* 閲嶇疆table灞炴€� */
img {
	vertical-align:top
}  /* 鍥剧墖鍦ㄥ綋鍓嶈鍐呯殑鍨傜洿浣嶇疆 */
.container-fluid, .container {
	padding: 0;
}
.row {
	margin: 0;
}
</pre></body></html>